home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- **
- ** Folder Name: BS
- ** File Name: ShowINIT.h
- **
- ** Copyright: © 1993 by Siren Enterprises, all rights reserved.
- **
- ** Description: C interface to ShowInit.a
- **
- *******************************************************************************
- ** A U T H O R I D E N T I T Y
- *******************************************************************************
- **
- ** Initials Name
- ** -------- -----------------------------------------------
- ** kw Ken Wieschhoff
- **
- *******************************************************************************
- ** R E V I S I O N H I S T O R Y
- *******************************************************************************
- **
- ** Date Time Author Description
- ** -------- ----- ------ ---------------------------------------------
- ** 6/02/93 14:51 kw Original version
- **
- ******************************************************************************/
-
- #ifndef __ShowINIT__
- #define __ShowINIT__
-
- extern pascal void ShowINIT( short iconID, short moveX);
-
- #endif /* __ShowINIT__ */
-